home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_313_light_source.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
312b
|
10 lines
// create a regular point light source
light_source
{
0*x // light's position (translated below)
color red 1.0 green 1.0 blue 1.0 // light's color
// uncomment the next line to give the light source a visible appearance
// looks_like { sphere { 0*x, 5 pigment { Yellow } } }
translate <-20, 40, -20>
}